home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / LoadLib < prev    next >
Text File  |  1995-05-06  |  2KB  |  49 lines

  1.  
  2.  
  3.  
  4.               LoadLib(V1.3 only)
  5.  
  6.  
  7.  
  8.      NAME
  9.             LoadLib -- Explicitly load an Amiga library.
  10.  
  11.      SYNOPSIS
  12.             LoadLib dev:dir/library-name
  13.  
  14.      DESCRIPTION
  15.  
  16.             THIS COMMAND IS NOT NEEDED BY 2.x/3.x. 
  17.  
  18.             UNDER 1.3 ONLY: This is a new command which is 
  19.         occasionally very useful.  If you should happen to boot 
  20.         from a disk that does not have arp.library in its libs 
  21.         directory you will not be able to use the ARP commands 
  22.         directly.  This is an unusual situation, but it can 
  23.         happen.  LoadLib presents the solution to this problem by 
  24.         allowing you to load the library directly from whatever 
  25.         directory you want.  After a successful LoadLib of 
  26.         arp.library, you may use any ARP command you like.
  27.  
  28.             Note that you are not confined to loading 
  29.         arp.library, any diskloadable library may be brought into 
  30.         memory in this way, this can help a lot when your 
  31.         bootdisk gets too crowded.
  32.  
  33.      EXAMPLE
  34.             1. To boot from a disk without arp.library on it, and 
  35.         then insert your boot disk in drive 1, then type:
  36.  
  37.                LoadLib df1:libs/arp.library
  38.  
  39.             This will allow you to execute any ARP command.  Note 
  40.         that LoadLib cannot use arp.library, and therefore it is 
  41.         missing some features, such as the advanced argument 
  42.         parsing, that most ARP supplied commands have.
  43.  
  44.      OTHER
  45.             This command was donated to ARP by William Hawes. The 
  46.         founder of AREXX.ø
  47.  
  48.  
  49.